/* CSS Document */

body,
html {
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    color: #232323;
}

ul,
li {
    list-style: none;
}

.p0 {
    padding: 0 !important;
}

@font-face {
    font-family: 'BEBAS';
    src: url('../fonts/BEBAS.eot');
    src: url('../fonts/BEBAS.eot') format('embedded-opentype'), url('../fonts/BEBAS.woff2') format('woff2'), url('../fonts/BEBAS.woff') format('woff'), url('../fonts/BEBAS.ttf') format('truetype'), url('../fonts/BEBAS.svg#BEBAS') format('svg');
}


a {
    color: #232323;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.h1,.h2,.h3,h1,h2,h3,p,ul {
    margin: 0px;
    padding: 0;
}

input {
    outline: none;
}

.clear {
    clear: both
}

.clearx:after {
    content: "";
    display: block;
    clear: both;
}

header {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #FFF;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}


.header-div {
    height: 94px;
}

a:hover {
    text-decoration: none;
    color: #26ebff;
}

.afterFeedback{
    display: none;
}
.finishFeedback{
    padding: 30px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    line-height: 50px;
}

.groupTitle{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}

.layui-form-label {
    padding: 10px 5px;
}
.layui-input-block {
    margin-left: 90px;
}

.commentBox{
    padding: 30px 0;
}
.commentTitle{
    font-weight: bold;
    font-size: 105%;
    padding: 10px 0;
}
.commentUl{
    line-height: 1.8;
}
.commentUl>li{
    padding: 5px 15px 10px;
    background-color: #e9f5ff;
    border-radius: 12px;
    margin: 10px 0;
}
.commentUser{
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
}
.commentUser>span>i{
    padding-left: 10px;
}
.commentUser>span,.commentUser>span>i{
    color: #999;
    font-style: normal;
    font-weight: normal;
}
.commentUser>span:nth-child(1){
    color: #CA0614;
    font-size: 110%;
    font-weight: bold;
}
.commentAsk{
    display: flex;
    padding: 10px 0;
}
.commentAsk>div:nth-child(1){
    margin-right: 10px;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: rgb(250, 77, 8);
    color: #fff;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.b{
    font-weight: bold;
}
.colorGreen{
    background-color: #07af3f!important;
}




.navbar {
    margin: 0;
    /*background-color: #FFF;*/
    background: none;
    border: none;
    height: auto;
    width: 100%;
    border-radius: 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

section {
    overflow: hidden;
}

.bread-nav {
    background-color: #f7f7f7;
}

.bread-main {
    width: 1280px;
    margin: auto;
}

.breadcrumb {
    text-align: right;
    padding: 15px 8px;
    list-style: none;
    background: none;
    margin: 0;
    border-radius: 0px;
}

.navbar-logo img {
    width: 200px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.navbar-logo img:nth-child(2) {
    display: none;
}

.container {
    width: 1280px;
    height: 94px;
    margin: 0 auto;
}

.navbar-brand {
    height: auto;
    padding: 0;
    height: auto;
    margin: 0;
    margin-top: 18px
}

.navbar-nav {
    width: 100%;
}

.navbar-nav li {
    width: 16.666666%
}

.navbar-nav li.active {
    position: relative;
    background-color: #26ebff;
}

.header-right {
    position: absolute;
    top: 0;
    right: 15px;
    width: 60px;
    z-index: 10;
}

.header-right li.search {
    list-style: none;
}

.header-right li.search a {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 94px;
    height: 94px;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.header-right li.search a:hover {
    color: #26ebff;
}

.navbar-default .navbar-nav li a {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.navbar-nav li a {
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.navbar-default .navbar-nav .active a {
    display: block;
    position: relative;
    background: none;
    color: #26ebff;
}

.navbar-default .navbar-nav li.dropdown ul li a {
    color: #333;
}

.navbar-default .navbar-nav li.dropdown ul li a:hover {
    background-color: #e9fdff;
    color: #26ebff;
}

.navbar>.container .navbar-brand {
    margin-left: 0;
}

.navbar-collapse {
    position: inherit;
    left: 50%;
    margin-left: 26%;
    padding: 0;
    width: 900px
}

.navbar-nav li .caret {
    display: none;
    border: none;
    margin: 0;
    position: absolute;
    background: none;
    top: 65px;
    left: 0;
    width: 100%;
}

.navbar-nav li.active .caret {
    display: block;
}

.icon-search:before {
    font-family: 'Glyphicons Halflings';
    content: "\e003";
}

.navbar-default .navbar-nav .open a,
.navbar-default .navbar-nav .open a:focus,
.navbar-default .navbar-nav .open a:hover {
    background: none
}

.dropdown-menu {
    padding: 5px;
    text-align: center;
    top: 94px;
    border: none;
    display: block;
    left: -6px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .3s ase-in-out;
    transition: all .3s ease-in-out;
    height: auto;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.navbar-nav li.dropdown .dropdown-menu li {
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.8s ase-in-out;
    transition: all 0.8s ease-in-out;
}

.navbar-default .navbar-nav>li>a {
    line-height: 94px;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    height: 94px;
}

.navbar-nav li.dropdown .dropdown-menu li a {
    width: 100%;
    padding: 10px 0;
    font-size: 14px
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #26ebff;
    top: 0;
    left: 0%;
    right: 0;
    width: 0%;
    height: 3px;
    -webkit-transition: all .3s ase-in-out;
    transition: all .3s ease-in-out;
}

.open .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.open .dropdown-menu:before {
    width: 100%;
}

.navbar-nav li.open .dropdown-menu li {
    opacity: 1
}

.navbar-nav li.search-bx {
    display: none;
}

ul.nav li.dropdown:hover .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

ul.nav li.dropdown:hover .dropdown-menu:before {
    width: 100%;
}

ul.nav li.dropdown:hover a.nav-but {
    color: #26ebff;
}

ul.nav li.active:hover a.nav-but {
    color: #ffffff;
}

ul.nav li.dropdown:hover>ul.dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar-default .navbar-nav .active a.nav-but {
    color: #3B77B3;
}

.navbar-default .navbar-nav .active a.nav-but:hover {
    color: #3B77B3;
    background-color: #26ebff;
}

ul.nav li.dropdown:hover .dropdown-menu li {
    opacity: 1
}

.nav>li.carsss {
    position: static;
}

.navcar {
    width: 100%;
    position: absolute;
    background: rgba(217, 246, 255, .94);
    padding: 0;
    margin: 0;
    left: 0;
}

.navcar .navcar-row {
    position: relative;
    padding: 40px 0;
}

.navcar .li-ullists-left {
    border-right: 1px solid rgba(205, 205, 205, 0.11);
    width: 20%;
    position: absolute;
    bottom: 40px;
    top: 40px;
}

.navcar .li-ullists-left p {
    margin-bottom: 50px;
}

.navcar .li-ullists-left p a.sb {
    cursor: pointer;
    font-size: 18px;
    color: #a1a1a1;
    transition: .3s ease-in-out;
    font-weight: bold;
    padding-bottom: 8px;
    display: inline-block;
}

.navcar .li-ullists-left p a.sb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    bottom: -10px;
    transition: .3s ease-in-out;
}

.navcar .li-ullists-left p.active a.sb {
    color: #FFFFFF;
}

.navcar .li-ullists-left p.active a.sb::after {
    background-color: rgba(205, 205, 205, 0.41);
}

.navcar .li-ullists-right {
    /* min-height: 500px; */
}

.navcar .li-ullists-right .car-navul {
    border-bottom: 1px solid rgba(205, 205, 205, 0.11);
    display: flex;
    flex-wrap: wrap;

}

.navcar .li-ullists-right .active {
    display: block;
}

.navcar .li-ullists-right .car-navli-item {
    width: 20%;
    color: #FFF;
    font-size: 15px;
    margin-bottom: 25px;
    transition: all 0.3s ease 0s;
}

.car-navli-item p {
    color: #000;
    font-weight: bold;
}

.navcar .li-ullists-right .car-navli-item .car-img {
    padding: 5px 0;
}

.car-price {
    font-size: 14px;
    font-weight: 500;
    color: #0A468C !important;
}
.car-title{padding:6px 0;}

.navcar .li-ullists-right .car-navli-item .car-img img {
    width: 80%;
}

.navcar .li-ullists-right .car-navli-item:hover {
    transform: translateY(-15px);
}

.navcar .li-ullists-bottom {
    text-align: center;
    overflow: hidden;
    padding: 20px 0 0 0;
}

.navcar .li-ullists-bottom a.sb {
    margin-right: 50px;
    color: #FFFFFF;
    display: inline-block;
}

.navcar .li-ullists-bottom a.sb span {
    border-radius: 4px;
    display: inline-block;
    background-color: #3B77B3;
    padding: 20px 40px;
    position: relative;
    padding-left: 85px;
    transition: .3s ease-in-out
}

.navcar .li-ullists-bottom a.sb:hover span {
    background-color: #26ebff;
}

.navcar .li-ullists-bottom a.sb span:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    left: 40px;
    top: 50%;
    margin-top: -12.5px;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

.navcar .li-ullists-bottom a.sb span.sj:before {
    background-image: url("../image/img1.png");
}

.navcar .li-ullists-bottom a.sb span.jxs:before {
    background-image: url("../image/img2.png");
}

.webnavcar {
    display: none;
}

.main-nav {
    width: 1280px;
    position: initial;
    margin: auto;
}

.main-page {
    width: 1280px;
    padding: 2em 0;
    position: relative;
    margin: auto;
    z-index: 1;
}

.page-banner {
    overflow: hidden;
}

.page-banner .banner-box {
    padding: 7em;
    color: #FFFFFF;
    margin-top: 9em;
}

.page-banner h1 {
    margin-bottom: 1em;
    font-weight: bold;
}

.page-content {
    padding: 8em;
}

footer {
    background: #303030;
}
.footerFlex{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}

footer .footer-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;
    flex-wrap: wrap;
}

footer .footer-nav .item {
    padding: 0 20px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
}

footer .footer-nav .item ul li {
    margin-top: 10px;
    list-style: none;
}

footer .footer-nav .item ul li a {
    position: relative;
    color: #777;
    font-size: 14px;
}


footer .footer-nav .item h4 {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #e0e0e0;
}

footer .code {
    flex-shrink: 0;
    color: #e0e0e0;
}

footer .code .tel {
    margin-top: 20px;
}

footer .code .tel-number {
    font-size: 40px;
    font-family: "BEBAS";
}

footer .footer-info {
    background-color: #FFFFFF;
}

footer .footer-info .copyright {
    text-align: center;
}

footer .footer-info .link {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .footer-info .link span {
    font-weight: bold;
}

footer .footer-info .link a {
    padding-left: 20px;
    position: relative;
}

footer .footer-info .link a:nth-child(2) {
    overflow: hidden;
    padding-left: 0;
}

footer .footer-info .link a:nth-child(2)::before {
    display: none;
}

footer .footer-info .link a::before {
    left: 10px;
    top: 2px;
    position: absolute;
    display: block;
    content: " ";
    width: 1px;
    height: 12px;
    background-color: #a1a1a1;
}

.pt10{
    padding-top: 10px;
}
.pb10{
    padding-bottom: 10px;
}

.social-share .social-share-icon {
    background: none;
    border: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    color: #999;
}

#ErmyModal .erweima {
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background-color: #FFF;
}

#ErmyModal .erweima .h {
    text-align: right;
}

#ErmyModal .erweima .b img {
    width: 100%;
}

#ErmyModal .erweima .h .close {
    float: none;
}

.social-share a {
    margin: 0px
}

.rightNav-item {
    position: fixed;
    right: 5px;
    bottom: 20%;
    z-index: 999999;
}

.rightNav-item ul {
    margin: 0;
    padding: 0;
}

.rightNav-item ul li {
    list-style: none;
    width: 60px;
    height: 60px;
    font-size: 20px;
    border-radius: 5px;
    background: #fff;
    color: #fff;
    text-align: center;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
    transition: .5s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.8);
}

.rightNav-item ul li i {
    color: #666;
    line-height: 60px;
    font-size: 20px;
}

.rightNav-item ul li .rota {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: block;
    position: absolute;
    border-radius: 5px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    opacity: 0;
    background: #26ebff;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 3px;
    box-sizing: border-box;
}

.rightNav-item ul li:hover .rota {
    opacity: .9;
}

.rightNav-item ul li .title {
    position: absolute;
    right: -72px;
    top: 16px;
    height: 18px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 8px;
}

.rightNav-item ul li .img-item .img-item-li {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
    color: #232323;
    background-color: #FFF;
    position: absolute;
    right: 70px;
    top: -130px;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.rightNav-item ul li div img {
    max-width: 150px;
    margin-bottom: 2px;
    display: block;
}

.rightNav-item ul li .img-item p {
    font-size: 14px;
}

.rightNav-item ul li .img-item p:nth-child(2),
.rightNav-item ul li .img-item p:nth-child(3) {
    font-size: 12px;
    color: #444;
}

.rightNav-item ul li .img-item p:nth-child(4) {
    font-size: 15px;
    margin-top: 10px;
}

.rightNav-item ul li .img-item p:nth-child(5) {
    font-size: 18px;
    margin-top: 2px;
    margin-bottom: 10px;
}

.rightNav-item ul li .text-item {
    position: absolute;
    left: 65px;
    top: 18px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    text-decoration: none;
    padding: 3px 8px;
    color: #444;
    font-size: 14px;
}

.rightNav-item ul li .text-item span {
    position: relative;
    padding-left: 15px;
    word-break: keep-all;
    white-space: nowrap;
}

.rightNav-item ul li .text-item span i {
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
    color: #444;
}

.rightNav-item ul li div.gx-t {
    display: none;
}

.for-top {
    transform: translate(0, 20px);
    opacity: 0;
}

.back-top {
    transform: translate(0, 0);
    opacity: 1;
}



.flexRow {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flexRow>li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48%;
    list-style: none;
}

.center{
    text-align: center;
}

.cbtn {
    display: iniline-block;
    background-color: #3B77B3;
    color: #fff;
    width: 100%;
    padding: 15px 0 !important;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    text-align: center;
}
.cbtn:active{
    background-color: #2a5d91;
}
.cbtnDefault{
    width: 300px;
}
.cbtnWhite {
    background: #f5f5f5;
    color: #333;
}

.colorBlue {
    color: #3B77B3 !important;
}

.colorGray {
    color: #666 !important;
}

.videoImg {
    position: relative;
    margin: 30px 0;
}

.videoImg::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.videoImg>img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.videoImg>i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: url(../../images/ico-play.png) no-repeat 0 0;
    background-size: 100%;
    z-index: 99;
}

.picc {
    overflow: hidden;
    position: relative;
}
.picc>i{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    background: url(/images/ico-play.png) no-repeat 0 0;
    background-size: 100%;
    opacity: .6;
    z-index: 999;
}


.picc img {
    width: 100%;
    display: block;
}

.picc span {
    display: block;
    background: no-repeat center;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    transition-duration: 0.8s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    height: 220px;
}


.mainNews {
    padding: 40px 0;
}

.mainNews .swiper-slide a {
    display: block;
}

.mainNews .swiper-slide a:hover .picc span {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.mainNews .swiper-slide a:hover .tit {
    color: #333;
}

.mainNews .swiper-slide .date {
    display: inline-block;
    border-radius: 4px;
    background: #f5f5f5;
    padding: 0 16px;
    color: #333;
    line-height: 36px;
    margin: 10px 0;
}

.mainNews .swiper-slide .tit,
.mainNews .swiper-slide .txt {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.mainNews .swiper-slide .tit {
    font-size: 16px;
    font-weight: bold;
}

.mainNews .swiper-slide .txt {
    color: #888;
}

.mainNews .swiper-pagination {
    bottom: 0;
}

.mainNews .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    margin: 0 5px;
    background: #999;
    opacity: 1;
    border-radius: 0;
}

.mainNews .swiper-pagination-bullet-active {
    background: #3B77B3;
}

.sbanner {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.sbanner>img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.videoBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9990;
    background-color: rgba(0, 0, 0, .85);
    display: none;
}

.videoBoxBg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9991;
}

.videoArea {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 9998;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    /* width: 100%; */
    max-width: 1000px;
}

.closeVideo {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
    opacity: 0.95;
    width: 38px;
    height: 38px;
    background: url(../../images/ico-close.png) no-repeat 0 0;
    background-size: 100%;
}

.videoArea>video {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    object-fit: contain;
    object-position: center center;
}


.news-list {
    padding: 20px 0;
}

.news-list ul {
    overflow: hidden;
}

.news-list li {
    width: 25%;
    float: left;
    padding: 0 13px;
    margin-bottom: 64px;
}

.news-list li a {
    display: block;
}

.news-list li a:hover .picc span {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

.news-list li a:hover .tit {
    color: #3B77B3;
}

.news-list li .date {
    padding: 0;
    color: #3B77B3;
    line-height: 36px;
    margin: 10px 0;
    text-align: right;
}

.news-list li .tit,
.news-list li .txt {
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}

.news-list li .tit {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

.news-list li .txt {
    color: #888;
}

.paging {
    text-align: center;
    padding: 20px 0 40px;
}

.paging ul {
    display: inline-block;
}

.paging li {
    float: none;
    margin: 0 8px;
    float: left;
}

.paging li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #eee;
    font-family: "Arial", arial;
    color: #999;
}

.paging li.on a,
.paging li a:hover {
    background-color: #3B77B3;
    color: #fff;
}

.paging li.prev a,
.paging li.next a {
    width: 50px;
    background: no-repeat center #eeeeee;
}

.paging li.prev a {
    background-image: url(../image/arrow6.png);
}

.paging li.prev a:hover {
    background-image: url(../image/arrow8.png);
    background-color: #3B77B3;
}

.paging li.next a {
    background-image: url(../image/arrow7.png);
}

.paging li.next a:hover {
    background-image: url(../image/arrow9.png);
    background-color: #3B77B3;
}

.prevnext {
    overflow: hidden;
}

.prevnext .prev,
.prevnext .next,
.prevnext .return {
    height: 24px;
    line-height: 24px;
    color: #555;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
    color: #555;
}

.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
    color: #3B77B3;
}

.prevnext .prev,
.prevnext .next {
    width: 280px;
    float: left;
}

.prevnext .next {
    margin-left: 34px;
}

.prevnext .return {
    float: right;
}

.prevnext .return a {
    padding-left: 36px;
    background: url(../image/return1.png) no-repeat 0 center;
}

.prevnext .return a:hover {
    background-image: url(../image/return2.png);
}

.news-list-row ul {
    margin-bottom: 30px
}

.news-list-row ul li {
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
    margin: 0 0 25px 0;
    border-bottom: 1px dotted #e0e0e0;
}

.news-list-row ul li a {
    display: block;
    width: 100%
}

.news-list-row ul li .imgbox {
    float: left;
    width: 240px;
    margin-right: 30px;
    overflow: hidden
}

.news-list-row ul li .imgbox img {
    width: 100%;
    -o-transition: all .4s;
    -ms-transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.news-list-row ul li:hover .imgbox img {
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.news-list-row ul li .txtbox {
    float: left;
    width: -moz-calc(100% - 270px);
    width: -webkit-calc(100% - 270px);
    width: calc(100% - 270px);
    overflow: hidden;
    padding-bottom: 10px;
}

.news-list-row ul li .txtbox .other {
    overflow: hidden
}

.news-list-row ul li .txtbox .other .tag {
    float: left;
    color: #757676;
    font-size: 18px
}

.news-list-row ul li .txtbox .other .time {
    float: left;
    color: #a69a9a;
    font-size: 18px
}

.news-list-row ul li .txtbox .t1 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news-list-row ul li:hover .txtbox .t1 {
    color: #0087d2
}

.news-list-row ul li .txtbox .t2 {
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 5px;
    padding-bottom: 20px;

}

.f_content{
    position: relative;
    padding: 12px 0;
}
.f_content>textarea{
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    padding: 10px;
    width: 100%;
    min-height: 150px;
    border-radius: 6px;
}
.feedbackUl{
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feedbackUl>li{
    padding: 10px 0;
    width: 50%;
}
.feedbackUl>li:nth-child(3){
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.feedbackUl>li>label{width: 60px;}
.feedbackUl>li>input{
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    width: calc(100% - 80px);
    padding: 10px;
    border-radius: 6px;
}

.successDiv{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    z-index: 99;
  }
  .successContent{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 86%;
    max-width: 600px;
    z-index: 100;
  }
  .successContent>img{
    display: block;
    width: 100%;
  }
  .successContent>i{
    opacity: 0.7;
    position: absolute;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url(/images/ico-close.png) no-repeat 0 0;
    background-size: 100%;
    z-index: 101;
  }
  .successInfo{
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 96%;
    padding: 20px 2%;
    text-align: center;
    z-index: 102;
  }
  .successInfoTitle{
    font-size: 24px;
    padding: 20px 0;
    font-weight: bold;
  }
  .successInfoTitle2{
    font-size: 18px;
  }

@media screen and (max-width: 450px) {
    .layui-form-item .layui-input-inline {
        display: block;
        float: none;
        left: 0;
        width: auto;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 1400px) {
    .navbar-collapse {
        width: 800px;
    }
}

@media (max-width: 1280px) {
    .navbar-collapse {
        width: 700px;
        margin-left: 20%;
    }

    .navbar-brand {
        margin-top: 20px
    }

    .main-nav {
        width: 100%;
    }

    .main-page {
        width: 100%;
    }

    .bread-main {
        width: 100%;
    }

    .navbar-collapse {
        width: 800px
    }

    .navbar-nav li {
        width: 16.666666%
    }

    .navbar-nav li a {
        padding: 0;
        text-align: center;
        font-size: 14px;
    }

    .navbar-logo img {
        width: 150px
    }

    .navbar-nav li .dropdown-menu {
        left: -20px;
        min-width: 130px
    }

    .navbar-nav li .dropdown-menu li a {
        padding: 8px 0;
        font-size: 12px;
        color: #333
    }

    .main-page {
        padding: 3em
    }
}

@media (max-width: 1000px) {
    footer .code {
        display: none;
    }
    .navbar-collapse {
        width: 100%;
    }
    .navbar-brand {
        margin-top: 5px
    }

    .navbar-nav li.search-bx {
        display: block;
    }

    .header-right {
        display: none;
    }

    .rightNav-item ul li {
        display: none;
        width: 40px;
        height: 40px;
    }

    .rightNav-item ul li .rota,
    .rightNav-item ul li i {
        line-height: 40px;
        font-size: 12px;
    }

    .rightNav-item ul li .rota {
        line-height: 18px;
    }

    .rightNav-item ul li:nth-child(5) {
        display: block;
    }

    .header-div {
        height: 50px;
    }

    .navbar-nav .open .navcar {
        display: none;
    }

    .container .navbar-header {
        width: 100%;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-nav>li>a {
        height: auto;
        line-height: normal;
        padding-left: 10px;
        color: #000 !important;
    }

    .navbar-nav li:first-child {
        width: 100%;
        position: relative;
        display: block;
    }

    .navbar-nav li .caret {
        width: auto;
        position: absolute;
        right: 0;
        width: 15px;
        left: auto;
        top: 12px;
        right: 10px;
    }

    .navbar .container .navbar-brand {
        padding: 5px 0;
        margin-left: 0;
        margin-top: 0px
    }

    .navbar-header {
        min-height: 50px;
        width: 100%;
    }

    .container {
        height: auto
    }

    .navbar-logo img {
        width: 120px
    }

    .container {
        margin: 0;
        position: relative;
        padding: 0 3%;
        width: 100%;
    }

    .navbar-collapse.collapse {
        background: #FFF;
        float: none;
        position: static;
        display: none !important;
        margin: 0;
        margin-bottom: 20px;
    }

    .navbar-nav li {
        width: 100%;
        text-align: left;
        padding: 5px;
        border-bottom: 1px solid #e0e0e0;
    }

    .navbar-nav li a {
        padding: 0;
        text-align: center;
        font-size: 14px;
    }

    .container .navbar-header {
        width: 100%;
        position: static;
        left: inherit;
        margin: 0;
    }

    .navbar-toggle {
        display: inherit;
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: none;
        margin-top: 18px;
        width: 22px;
        height: 14px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent
    }

    .navbar-default .navbar-toggle {
        background: none;
    }

    .navbar-default .navbar-togglecur:focus,
    .navbar-default .navbar-togglecur:hover {
        background: none
    }

    .navbar-default .navbar-toggle .icon-bar {
        transition: 0.5s;
        -moz-transition: 0.2s;
        /* Firefox 4 */
        -webkit-transition: 0.2s;
        /* Safari 和 Chrome */
        -o-transition: 0.2s;
        margin: 0;
        background-color: #000;
        position: absolute;
        right: 0;
        top: 0;
        width: 23px;
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(2) {
        -webkit-transform-origin: left 0 0;
        -ms-transform-origin: left;
        /* transform-origin: left 0px 0; */
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(3) {
        top: 8px
    }

    .navbar-default .navbar-toggle .icon-bar:nth-child(4) {
        top: 16px;
        -webkit-transform-origin: left 2px 0;
        -ms-transform-origin: left;
        /* transform-origin: left 0px 0; */
    }

    .navbar-default .navbar-togglecur {
        position: relative;
    }

    .navbar-default .navbar-togglecur .icon-bar {
        background-color: #d00010;
        margin: 0;
    }

    .navbar-default .navbar-togglecur .icon-bar:nth-child(2) {
        transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -moz-transform: rotate(45deg);
        /* Firefox */
        -webkit-transform: rotate(45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(45deg);
        top: 0px;
    }

    .navbar-default .navbar-togglecur .icon-bar:nth-child(3) {
        width: 0;
        opacity: 0;
    }

    .navbar-default .navbar-togglecur .icon-bar:nth-child(4) {
        transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        /* IE 9 */
        -moz-transform: rotate(-45deg);
        /* Firefox */
        -webkit-transform: rotate(-45deg);
        /* Safari 和 Chrome */
        -o-transform: rotate(-45deg);
    }

    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .active a:focus,
    .navbar-default .navbar-nav .active a:hover {
        background: none
    }

    .navbar-collapse {
        margin: 0;
        width: 100%
    }

    .navbar-nav {
        float: none;
        margin: 0;
        overflow: hidden
    }

    .collapse.in {
        display: block !important
    }

    .navbar-nav li a {
        padding: 10px 0;
        text-align: left;
        position: relative
    }

    .navbar-nav li a span {
        position: absolute;
        right: 0;
        top: 15px
    }

    .dropdown-menu {
        display: none
    }

    .navbar-nav li .dropdown-menu {
        position: static;
        width: 100%;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #f2f2f2;
        border-radius: 3px
    }

    .navbar-nav li .dropdown-menu li {}

    .navbar-nav li .dropdown-menu li a {
        padding: 5px;
        font-size: 13px;
        border: none
    }

    .open .dropdown-menu {
        background-color: #f2f2f2
    }

    .navbar-nav li.search {
        margin-left: 10px;
        text-align: center;
        width: 60px;
        background-color: #f1f1f1;
        border-radius: 3px
    }

    .navbar-nav li.search a {
        text-align: center;
        padding: 5px 0
    }

    .open a.dropdown-toggle {
        background-color: #F00
    }

    .main-page {
        padding: 2em
    }

    footer .footer-info .copyright,
    footer .footer-info .link {
        text-align: center;
        float: none;
    }

    .breadcrumb {
        padding: 10px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .successInfo{
        bottom: 10px;
      }
      .successInfoTitle{
        font-size: 20px;
      }
      .successInfoTitle2{
        font-size: 14px;
      }
    .feedbackUl>li{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #f2f2f2
    }

    .navbar-nav .open .dropdown-menu li a {
        padding: 5px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu li a {
        color: #333
    }

    .main-page {
        padding: 1em
    }

    .paging li {
        margin: 0 2px;
    }

    .paging li a {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .paging li.prev a,
    .paging li.next a {
        width: 40px;
    }

    .news-list ul {
        margin: 0 -5px;
    }

    .news-list li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 24px;
    }

    .news-list li .date {
        line-height: 32px;
        margin: 14px 0;
    }

    .news-list li .tit,
    .news-list li .txt {
        height: 24px;
        line-height: 24px;
    }

    .news-list li .tit {
        font-size: 14px;
    }

    .news-list li .txt {
        font-size: 12px;
    }

    .picc span {
        height: 120px;
    }

    .news-list-row ul li {
        background-color: #fff;
        /* margin-bottom: 20px */
        padding: 0;
    }

    .news-list-row ul li .imgbox {
        width: 100%
    }

    .news-list-row ul li .txtbox {
        width: 100%;
        margin-top: 0;
        padding: 20px;
        border-bottom: none;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .news-list-row ul li .txtbox .other .tag,
    .news-list-row ul li .txtbox .other .time {
        font-size: 14px
    }

    .news-list-row ul li .txtbox .t1 {
        font-size: 16px
    }

    .news-list-row ul li .txtbox .t2 {
        font-size: 14px
    }
}
